home *** CD-ROM | disk | FTP | other *** search
- on poshPuzzle
- global PRINTLIST
- set offset to 2
- set spriteNo to the clickOn
- set turnSides to random(4)
- repeat with turnCount = 1 to turnSides
- set memberName to "ps," & spriteNo - offset & "," & turnCount
- set the member of sprite spriteNo to memberName
- updateStage()
- startTimer()
- repeat while the timer < 15
- end repeat
- end repeat
- repeat with spriteNo = 1 to 9
- if value(item 3 of the name of member the memberNum of sprite (spriteNo + offset)) = 1 then
- next repeat
- end if
- exit
- end repeat
- put "posh spice print" & RETURN after PRINTLIST
- congratulations()
- returnToMainGame(the frameLabel)
- end
-